home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / serien / purity / nr.14 / texte / neptun.doce / neptun.doce
Text File  |  1995-04-22  |  9KB  |  201 lines

  1.  
  2.  
  3.  
  4.     #####################################################################
  5.     #                                                                   #
  6.     #                          N E P T U N                              #
  7.     #                                                                   #
  8.     #        an Ascii-Display-Program written in PCQ-Pascal V1.2        #
  9.     #                                                                   #
  10.     #####################################################################
  11.  
  12.     © 1991/92/93 by Andreas Neumann
  13.  
  14.     old Versions   :    V 1.00      (27.-29. 12. 1991)
  15.                         V 1.01      (30.12.1991)
  16.  
  17.                         - Filerequester improved
  18.                         - Scrolling became a little bit faster
  19.  
  20.                         V1.10       (completed 26.01.1992)
  21.  
  22.                         - Fixed some bugs
  23.                         - New function (Info-Line)
  24.                         - Scrolling became a little bit faster
  25.                         - Included second percent figure, now
  26.                           regarding also number of read rows
  27.  
  28.                         V1.11       (22./23.02.1992)
  29.  
  30.                         - Autoscrolling via mousebuttons
  31.                         - Scrolling became faster
  32.  
  33.                         V1.12       (29.03.1992)
  34.  
  35.                         - Colordisplay corrected
  36.                         - Short delay after Filerequester
  37.                         - ESC after About does not quit anymore
  38.  
  39.                         V1.20       (07.04.1992)
  40.  
  41.                         - Neptun uses now the REQ-Library's requester
  42.                         - Neptun can now be used from the workbench
  43.                           as a tooltype
  44.                         - Optimized some code
  45.  
  46.                         V1.21       (13.04.1992)
  47.  
  48.                         - Fixed a small bug in color display
  49.  
  50.                         V1.30       (21.04.1992)
  51.  
  52.                         - One of the main problems concerning fast
  53.                           display was that Neptun always used 3 bitplanes
  54.                           (8 colors). Now Neptun uses up to three planes
  55.                           but only if they are really needed. This
  56.                           makes the loading slower but the displaying
  57.                           rather fast.
  58.                         - Fixed some small bugs in color display
  59.  
  60.                         V1.31       (20.05.1992)
  61.  
  62.                         - Color display was strongly improved
  63.                         - Some optimizing was done
  64.  
  65.                         V1.32       (27.05.1992)
  66.  
  67.                         - Some small bugs in color display were removed
  68.  
  69.                         V1.40       (27.05.1992 evening)
  70.  
  71.                         - Up to this version I used to handle
  72.                           ANSI - sequenzes by myself. This is the reason
  73.                           why there were a lot of problems for example
  74.                           in color display because these sequenzes
  75.                           may exist in lots of various formats.
  76.                           Now I use console.device. This is slower
  77.                           but I linked this method to my old method
  78.                           of direct graphical output which offer
  79.                           - from my point of view - a very
  80.                           acceptable speed. And, of course, the source
  81.                           is very shorter and there will no longer be
  82.                           any problems concerning color display
  83.                           except you will move backwards in a color
  84.                           sequence....
  85.                         - The functions of the mousebuttons are now
  86.                           also available by using the keys "PG UP" and
  87.                           "PG DOWN".
  88.  
  89.                         V1.41       (31.07.1992)
  90.  
  91.                         - To decide if colordisplay would be necessary,
  92.                           Neptun searched up to this day for an
  93.                           ESC-sequence. Now it also accepts CSI-sequences.
  94.  
  95.                         V1.50       (10.08.1992)
  96.  
  97.                         - Up from now it's possible to mark some pieces
  98.                           of the text. To do so, simply press "M", then mark
  99.                           the beginning and the end of the text to be
  100.                           marked. Both has to be in the same row. Now
  101.                           the text is marked. This can be done up to 50
  102.                           times but scrolling is getting slower each time
  103.                           you set a mark. This function was an idea of
  104.                           Stefan Salewski.
  105.                         - After pressing "F" you can enter a string which
  106.                           Neptun shall search for you in the text.
  107.                           If he finds something, it will be displayed in
  108.                           the top row of the screen. If not the screen
  109.                           flashes.
  110.                           Pressing "N", Neptun searches automatically
  111.                           for the next appearance of the string.
  112.                         - The key "G" implies a function to jump fast
  113.                           and easy to a certain line. The top row of the
  114.                           text has the number 0.
  115.                         - Both, the search- and the gotofunction are
  116.                           trying to display the specified row in the top
  117.                           row of the screen. If the remaining text is
  118.                           too short to fill the rest of the screen with,
  119.                           Neptun scrolls back the text, so it is
  120.                           possible that the specified row isn't found in
  121.                           the top of the screen.
  122.  
  123.                         V1.51       (03.10.1992)
  124.  
  125.                         - now it's possible to use Neptun without
  126.                           the req.library. This will, however, disable
  127.                           the load- and save-functions.
  128.                           The idea for this came from Bernd "Diesel"
  129.                           Künnen.
  130.  
  131.     latest Version :    V1.52       (06.04.1993)
  132.  
  133.                         - I have to apologize because Neptun didn´t run
  134.                           with Kickstart 3.0. The reason was the
  135.                           flexible routine for bitmaps. Now everything
  136.                           should be fine.
  137.                         - The mark is now displayed using an inverted
  138.                           box. It looks somewhat better.
  139.                         - Now the whole screen is used as display.
  140.                         - The file requester sometimes went bananas.
  141.                           I healed him.
  142.  
  143.     NEPTUN may be freely copied. Fees may only be charged because of
  144.     the costs of material. Commercial use is prohibited !
  145.  
  146.     NEPTUN was developed for the Purity Library, the one and only
  147.     Pascal Library on Amiga !
  148.  
  149.     NEPTUN uses the req.library and Nico Francois' powerpacker.library.
  150.     Thanks a lot !
  151.  
  152.     First of all, let's talk about the bad stuff .....
  153.  
  154.     - NEPTUN is compared with MuchMore still very slow and the
  155.       code is too large.
  156.  
  157.     Okay, i believe we're through.....
  158.  
  159.     Now the good things :
  160.  
  161.     - NEPTUN is able to load Packed Files and to display Color Sequences
  162.  
  163.     - NEPTUN searches for the PowerPacker.Library in the LIBS:-Directory.
  164.       If it can't find it, NEPTUN still can be used to display
  165.       unpacked Ascii-Files.
  166.  
  167.     - you can load packed texts and save it unpacked
  168.  
  169.     - mono-colored texts are displayed pretty fast
  170.  
  171.     - Neptun may be used without any special diskbased libraries.
  172.  
  173.     Of course many things can easily be improved. And - they will be
  174.     improved. But this is Version 1 !
  175.     NEPTUN is used by typing
  176.                              "Neptun [Filename]"
  177.     on the CLI.
  178.  
  179.     If someone has serious critics or someone loves NEPTUN or wants
  180.     to pay me some money for this great tool (hehehe), then he may
  181.     write to
  182.  
  183.                         NEUDELSoft
  184.                         c/o Andreas Neumann
  185.                         Auf dem Ruhbühl 151
  186.                     D-W 7997 Immenstaad
  187.                         Germany
  188.  
  189.     That's all folks ! See you later (in Version 2.0)...
  190.  
  191.     Thanx go to Bernd "Diesel" Künnen for his constructive propositions
  192.     and Electronic Arts' IFF-Disc without which I would not have finished
  193.     the workbench option (what an idea : getting the lock out of the
  194.     argument list...).
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.